LEADTOOLS Medical (Leadtools.MedicalViewer assembly)

SetRequestedImageThumbnail(RasterImage,Int32[],Int32[],Int32[]) Method

Show in webframe





the thumbnails to be set.
Array of Integers containing the index of each thumbnail in the cell.
Array of Integers containing the the width of the original image to each thumbnail.
Array of Integers containing the the height of the original image to each thumbnail.
Sends the requested images to the control. This method is used when the low memory usage feature is enabled (for more information see EnableLowMemoryUsage(Int32,Int32,MedicalViewerImageInformation[]))
Syntax
public void SetRequestedImageThumbnail( 
   RasterImage image,
   int[] indexes,
   int[] widthArray,
   int[] heightArray
)
'Declaration
 
Public Overloads Sub SetRequestedImageThumbnail( _
   ByVal image As RasterImage, _
   ByVal indexes() As Integer, _
   ByVal widthArray() As Integer, _
   ByVal heightArray() As Integer _
) 
'Usage
 
Dim instance As MedicalViewerCell
Dim image As RasterImage
Dim indexes() As Integer
Dim widthArray() As Integer
Dim heightArray() As Integer
 
instance.SetRequestedImageThumbnail(image, indexes, widthArray, heightArray)

            

            
public:
void SetRequestedImageThumbnail( 
   RasterImage^ image,
   array<int>^ indexes,
   array<int>^ widthArray,
   array<int>^ heightArray
) 

Parameters

image
the thumbnails to be set.
indexes
Array of Integers containing the index of each thumbnail in the cell.
widthArray
Array of Integers containing the the width of the original image to each thumbnail.
heightArray
Array of Integers containing the the height of the original image to each thumbnail.
Remarks
Requirements

Target Platforms

See Also

Reference

MedicalViewerCell Class
MedicalViewerCell Members
Overload List

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.

Leadtools.MedicalViewer requires a Medical Imaging license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features